/* _content/WrestlingApp Website/Shared/MainLayout.razor.rz.scp.css */
.page[b-90l1lbttdy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-90l1lbttdy] {
    flex: 1;
    margin-bottom: 2.5rem; /* F�gt einen unteren Rand hinzu */
    min-height: calc(100vh - 6rem); /* Berechnet die minimale H�he */
}

.sidebar[b-90l1lbttdy] {
    background-image: linear-gradient(90deg, rgb(0, 0, 255) 0%, rgb(255,0,0) 80%);
}

.top-row[b-90l1lbttdy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-90l1lbttdy]  a, .top-row .btn-link[b-90l1lbttdy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-90l1lbttdy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*Code I added - Start*/
.bottom-row[b-90l1lbttdy] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    height: 2.5rem;
    text-align: center; /* Zentriert die Footer-Inhalte */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0; /* Vertikaler Abstand innerhalb des Footers */
    z-index: 1000; /* Stellt sicher, dass der Footer �ber anderen Elementen liegt */
    flex-wrap: wrap; /* Erlaubt den Links, in die n�chste Zeile zu wechseln */
    justify-content: center; /* Zentriert die Links */
}

    .bottom-row a[b-90l1lbttdy] {
        color: rgb(33, 37, 41);
        text-decoration: none;
        margin: 0 10px; /* Horizontaler Abstand zwischen den Links */
        font-size: 1rem; /* Anpassung der Schriftgr��e */
    }

    /*F�gt einen Hover-Effekt hinzu, um Interaktivit�t anzudeuten, falls gew�nscht*/
    .bottom-row a:hover[b-90l1lbttdy] {
        color: #0056b3; /* �ndert die Farbe beim �berfahren mit der Maus */
        text-decoration: underline; /* F�gt eine Unterstreichung beim �berfahren mit der Maus hinzu, optional */
    }


@media (max-width: 640.98px) {
    .header-main[b-90l1lbttdy] {
      display: none;
    }

    .top-row.auth[b-90l1lbttdy] {
      justify-content: space-between;
    }

    .top-row a[b-90l1lbttdy], .top-row .btn-link[b-90l1lbttdy] {
      margin-left: 0;
    }

    .app[b-90l1lbttdy], .header-main[b-90l1lbttdy], .sidebar[b-90l1lbttdy], .content[b-90l1lbttdy], .bottom-row[b-90l1lbttdy] {
      width: 100%;
      box-sizing: border-box;
    }

    body[b-90l1lbttdy], .app[b-90l1lbttdy] {
      overflow-x: hidden;
    }
    main[b-90l1lbttdy] {
      padding-top: 50px; /* F�gt Abstand oben zum Hauptinhalt hinzu */
    }
    .bottom-row[b-90l1lbttdy] {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px 0px; /* Erh�ht den Innenabstand oben und unten f�r bessere Lesbarkeit */
      min-height: 60px; /* Setzt eine Mindesth�he f�r den Footer */
      box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
      background-color: #f7f7f7;
      border-top: 1px solid #d6d5d5;
      z-index: 1000;
      overflow: hidden; /* Verhindert �berlaufen des Inhalts */
    }

    .bottom-row > a[b-90l1lbttdy] {
      text-decoration: none;
      color: rgb(33, 37, 41);
      font-size: 0.9rem; /* Leichte Anpassung der Schriftgr��e */
      margin: 8px 0; /* Gibt mehr vertikalen Raum zwischen den Links */
      white-space: nowrap; /* Verhindert Zeilenumbr�che in den Links */
    }
    .sidebar[b-90l1lbttdy] {
      position: fixed;
      top: 0;
      left: 0;
      height: auto;
      z-index:1100;
    }
}
  

@media (min-width: 641px) {
    .page[b-90l1lbttdy] {
        flex-direction: row;
    }

    .sidebar[b-90l1lbttdy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    /*Code I added - Start*/
    .bottom-row[b-90l1lbttdy] {
        left: 250px; /* Passt die Position des Footers an, um mit dem Hauptinhalt �bereinzustimmen */
        width: calc(100% - 250px); /* Passt die Breite des Footers an, um mit dem Hauptinhalt �bereinzustimmen */
    }
    /*Code I added - End*/
    .top-row[b-90l1lbttdy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-90l1lbttdy], article[b-90l1lbttdy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/WrestlingApp Website/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-au8htuuu11] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-au8htuuu11] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-au8htuuu11] {
    font-size: 1.1rem;
}

.oi[b-au8htuuu11], .fa[b-au8htuuu11] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-au8htuuu11] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

    .nav-item:first-of-type[b-au8htuuu11] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-au8htuuu11] {
        padding-bottom: 1rem;
    }

    .nav-item[b-au8htuuu11]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%; /* Stellt sicher, dass Links die volle Breite einnehmen */
    }

    .nav-item[b-au8htuuu11]  a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item[b-au8htuuu11]  a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

/*Optionally this selector will also work: main article.content*/
main > .content[b-au8htuuu11] {
    overflow-y: auto;
    margin-bottom: 3.5rem;
}
/* Spezifische Stile f�r den Button */
.custom-nav-button[b-au8htuuu11] {
    background: none;
    border: none;
    color: white;
    padding: 0.5rem 1rem; /* Gleiche Padding wie andere Nav-Items */
    font-size: 0.9rem; /* Gleiche Schriftgr��e wie andere Nav-Items */
    width: 100%; /* Breite auf 100% setzen */
    text-align: left; /* Text linksb�ndig ausrichten */
}

    .custom-nav-button:hover[b-au8htuuu11] {
        background-color: rgba(255,255,255,0.1); /* Hover-Effekt wie bei anderen Nav-Items */
        color: white; /* Textfarbe beim Hover */
    }

@media (min-width: 641px) {
    .navbar-toggler[b-au8htuuu11] {
        display: none;
    }

    .collapse[b-au8htuuu11] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
